home *** CD-ROM | disk | FTP | other *** search
- on mouseEnter
- set the cursor of sprite the currentSpriteNum to [the number of member "finger", the number of member "fingermask"]
- end
-
- on mouseDown
- set the visible of sprite 5 to 1
- repeat while the stillDown and (the bottom of sprite 11 > the bottom of sprite 3)
- set the locV of sprite 10 to the locV of sprite 10 - 5
- set the locV of sprite 11 to the locV of sprite 11 - 5
- updateStage()
- end repeat
- end
-
- on mouseLeave
- set the cursor of sprite the currentSpriteNum to 0
- end
-